Makefile.am add GTK_DISABLE_DEPRECATED to CFLAGS.
authorMichael Natterer <mitch@imendio.com>
Tue, 9 Dec 2008 14:51:16 +0000 (14:51 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 9 Dec 2008 14:51:16 +0000 (14:51 +0000)
commitc5edf5e513e180e824da17a61a09239a93480c4c
treecfe2939889f03bb9a419716889c0f1c198a2f01f
parent448201a8364828c7ffb943364fe5e91055fceb04
Makefile.am add GTK_DISABLE_DEPRECATED to CFLAGS.

2008-12-09  Michael Natterer  <mitch@imendio.com>

* Makefile.am
* tests/Makefile.am: add GTK_DISABLE_DEPRECATED to CFLAGS.

* gail.c
* gailclist.c
* gailclistcell.c
* gailcombo.c
* gaillist.c
* gailmenu.c
* gailoptionmenu.c
* gailpixmap.c
* gailprogressbar.c
* gailtoplevel.c
* gailwidget.c
* gailwindow.c
* tests/ferret.c
* tests/testcombo.c
* tests/testlib.h

* tests/testoptionmenu.c: #undef it where we need to access
deprecated cruft.

svn path=/trunk/; revision=21859
19 files changed:
modules/other/gail/ChangeLog
modules/other/gail/Makefile.am
modules/other/gail/gail.c
modules/other/gail/gailclist.c
modules/other/gail/gailclistcell.c
modules/other/gail/gailcombo.c
modules/other/gail/gaillist.c
modules/other/gail/gailmenu.c
modules/other/gail/gailoptionmenu.c
modules/other/gail/gailpixmap.c
modules/other/gail/gailprogressbar.c
modules/other/gail/gailtoplevel.c
modules/other/gail/gailwidget.c
modules/other/gail/gailwindow.c
modules/other/gail/tests/Makefile.am
modules/other/gail/tests/ferret.c
modules/other/gail/tests/testcombo.c
modules/other/gail/tests/testlib.h
modules/other/gail/tests/testoptionmenu.c